'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function ValueType(Of TValue)( _ ByVal dataVariable As UADataVariable, _ ByVal ParamArray arrayDimensions() As Integer _ ) As UADataVariable
'Usage
Dim dataVariable As UADataVariable Dim arrayDimensions() As Integer Dim value As UADataVariable value = UADataVariableExtension.ValueType(Of TValue)(dataVariable, arrayDimensions)
[Extension()] [NotNull()] public static UADataVariable ValueType<TValue>( UADataVariable dataVariable, params int[] arrayDimensions )
[Extension()] [NotNull()] public: static UADataVariable^ ValueTypegeneric<typename TValue> ( UADataVariable^ dataVariable, ... array<int>^ arrayDimensions )
Parameters
- dataVariable
- The data variable that will be modified and returned.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - arrayDimensions
- The size of each dimension of the array value.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Type Parameters
- TValue
- The type of the value of the data variable.
Return Value
This method never returns null
(Nothing
in Visual Basic).